How to Install python-binaryornot software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install python-binaryornot software package in Ubuntu 14.04 LTS (Trusty Tahr)

python-binaryornot software package provides check if a file is binary or text (Python 2 module), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install python-binaryornot 

python-binaryornot is installed in your system.

Make ensure the python-binaryornot package were installed using the commands given below,

$ sudo dpkg-query -l | grep python-binaryornot *

You will get with python-binaryornot package name, version, architecture and description in a table

python-binaryornot package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Python
Package python-binaryornot
Version 0.2.0-1
Description check if a file is binary or text (Python 2 module)
Sub Section Python


See Also, How to uninstall or remove python-binaryornot software package from Ubuntu 14.04 LTS (Trusty Tahr)?